Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/

Screenshot (35).png /cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/Screenshot (35).png
144 Views
0 Comments
Media file
Screenshot (36).png /cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/Screenshot (36).png
124 Views
0 Comments
Media file
Screenshot (37).png /cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/Screenshot (37).png
145 Views
0 Comments
Media file
Screenshot (38).png /cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/Screenshot (38).png
130 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/index.html
366 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/script.js
234 Views
0 Comments
'use strict';
//console.log(document.querySelector('.message').textContent);

let secret = Math.trunc(Math.random()*20)+1;
let s
style.css /cody/swapnilsparsh/30DaysOfJavaScript/199 - Guess the Number Game/style.css
159 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap');

* {
margin: 0;
padding: 0;
box-sizing